@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Noto Sans SC", "Montserrat", sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.5416666667%;
}
@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 5.2083333333%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #0066CC;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #0066CC;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0066CC;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #0066CC;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #0066CC;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #0066CC;
}
.more-msl.ls {
  color: #0066CC;
  background: transparent;
  border-color: #0066CC;
}
.more-msl.ls:before {
  background: #0066CC;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  background: #fff;
  color: #000;
  font: 600 1rem/3.625rem "Noto Sans SC";
  display: inline-block;
  position: relative;
  padding: 0 3em;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0 2em;
    line-height: 3.25rem;
  }
}
.more-b span {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.more-b::after {
  content: "";
  display: grid;
  place-items: center;
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -moz-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -o-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: linear-gradient(140deg, #06C 27.77%, #8707C3 121.74%);
  font-family: inherit;
  -webkit-clip-path: circle(50% at -100% 0);
          clip-path: circle(50% at -100% 0);
  -webkit-transition: -webkit-clip-path 400ms linear;
  transition: -webkit-clip-path 400ms linear;
  -o-transition: clip-path 400ms linear;
  -moz-transition: clip-path 400ms linear;
  transition: clip-path 400ms linear;
  transition: clip-path 400ms linear, -webkit-clip-path 400ms linear;
  font-size: 1.2rem;
  font-weight: 600;
}
.more-b:hover {
  color: #fff;
}
.more-b:hover::after {
  -webkit-clip-path: circle(200% at 0 0);
          clip-path: circle(200% at 0 0);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}
.head .head2 {
  line-height: 5rem;
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.625rem;
}
.head .head2 .sska a.sskza i {
  color: rgba(0, 0, 0, 0.8);
}
.head .head2 .sska,
.head .head2 .zywena {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}
.head .head2 .sska a,
.head .head2 .zywena a {
  font: 500 1rem/1.5em "Montserrat";
  color: rgba(0, 0, 0, 0.8);
}
.head .head2 .sska i,
.head .head2 .zywena i {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
}
.head .head2 .zywena {
  text-align: center;
  margin: 0 1.5rem;
  position: relative;
}
.head .head2 .zywena i {
  margin-right: 0.5rem;
}
.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.7);
}

.nast {
  width: 1.25rem;
  text-align: center;
  position: absolute;
  right: 7.0833333333%;
  bottom: 20%;
  z-index: 1;
  display: none;
}
@media (max-width: 768px) {
  .nast {
    bottom: 10%;
    right: 4%;
  }
}
.nast.kajjt {
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}
@media (max-width: 768px) {
  .nast.kajjt {
    width: 1rem;
  }
}
.nast a {
  display: inline-block;
}
.nast a img {
  width: 100%;
}

@-webkit-keyframes run {
  from {
    bottom: 23%;
    opacity: 0;
  }
  to {
    bottom: 20%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 23%;
    opacity: 0;
  }
  to {
    bottom: 20%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 23%;
    opacity: 0;
  }
  to {
    bottom: 20%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 23%;
    opacity: 0;
  }
  to {
    bottom: 20%;
    opacity: 1;
  }
}
#menu .nav_a1 > li {
  float: left;
  position: relative;
}
#menu .nav_a1 > li + li {
  margin-left: 1.5rem;
}
#menu .nav_a1 > li a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans SC";
}
#menu .nav_a1 > li > a {
  font-size: 1.125rem;
  padding: 0 1.5em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 > li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 > li .sec1 {
  position: absolute;
  top: 100%;
  width: 200%;
  left: -50%;
  background: white;
  z-index: 9;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu .nav_a1 > li .sec1 a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.5em 0;
  color: #666;
}
#menu .nav_a1 > li .sec1 a:hover {
  background: #F5F5F7;
  color: #0066CC;
}
#menu .nav_a1 > li .sec {
  position: absolute;
  top: 100%;
  width: 500%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
}
#menu .nav_a1 > li .sec .sec-ctn .sec-ctna1 {
  width: 50%;
  border-right: 1px solid #E7E7E7;
  padding: 2.5rem 0;
}
#menu .nav_a1 > li .sec .sec-ctn .sec-ctna1 ul li a {
  text-align: left;
  color: #666;
  font-size: 1rem;
  line-height: 3em;
  font-weight: 500;
  padding-left: 20%;
}
#menu .nav_a1 > li .sec .sec-ctn .sec-ctna1 ul li a:hover {
  color: #0066CC;
}
#menu .nav_a1 > li .sec .sec-ctn .sec-ctna1 ul li.on a {
  background: #F5F5F7;
}
#menu .nav_a1 > li .sec .sec-ctn .sec-ctna2 {
  width: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu .nav_a1 > li .sec .sec-ctn .sec-ctna2 .as {
  width: 100%;
}
#menu .nav_a1 > li .sec .sec-ctn .sec-ctna2 .as a {
  display: block;
  text-align: left;
  color: #999;
  font-size: 0.875rem;
  line-height: 3em;
  padding: 0 5% 0 15%;
}
#menu .nav_a1 > li .sec .sec-ctn .sec-ctna2 .as a:hover {
  color: #0066CC;
}
#menu .nav_a1 > li:hover .sec, #menu .nav_a1 > li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
   -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
       transform: translateY(1px);
}
#menu .nav_a1 > li:hover > a, #menu .nav_a1 > li.active > a {
  color: #0066CC;
}
#menu .nav_a1 > li:hover > a span::after, #menu .nav_a1 > li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  display: none;
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.search-con:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.pc-banner .mySwipera {
  height: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.pc-banner .mySwipera .swiper-slide .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img::after {
    display: none;
  }
}
.pc-banner .mySwipera .banwez {
  width: 100%;
  color: #FFFFFF;
  top: 48%;
}
.pc-banner .mySwipera .banwez dt {
  font: 600 3.125rem/1.4em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez a.more-b {
    margin-top: 1.5rem;
  }
}
.pc-banner .mySwipera .swiper-pagination2 {
  position: absolute;
  left: 5%;
  top: 48%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: auto;
}
.pc-banner .mySwipera .swiper-pagination2 span {
  display: block;
  margin: 0.5rem 0;
  opacity: 1;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.55);
     -moz-transform: scale(0.55);
      -ms-transform: scale(0.55);
       -o-transform: scale(0.55);
          transform: scale(0.55);
}
.pc-banner .mySwipera .swiper-pagination2 span.swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

#myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  #myvideo {
    display: none;
  }
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #323232;
  font: 500 1.25rem/1.6em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.swiper-pagination1 {
  text-align: center;
}
.swiper-pagination1 span {
  opacity: 1;
  background: rgba(1, 1, 1, 0.2);
  width: 1rem;
  height: 1rem;
  margin: 0 0.35rem !important;
}
.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0066CC;
}

.tita1 {
  text-align: center;
}
.tita1 .tit1 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: -webkit-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -moz-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -o-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: linear-gradient(140deg, #06C 27.77%, #8707C3 121.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .tita1 .tit1 {
    font-size: 1.125rem;
  }
}
.tita1 .tit1:hover {
  -webkit-transform: scale(1.15);
     -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}
.tita1 .tit2 {
  color: #1D1D1F;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .tita1 .tit2 {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
:root {
  --rat: 4rem;
}
@media (max-width: 768px) {
  :root {
    --rat: 2rem;
  }
}

.cont1 {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #F5F5F7;
  padding: 6.5625rem 0;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2.5rem 0;
    margin-top: -2rem;
  }
}
.cont1 .a1_list1 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 {
    margin-top: 0;
  }
}
.cont1 .a1_list1 li {
  width: 32.5382262997%;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li {
    margin-top: 1.5rem;
    width: 100%;
    border-radius: 1rem;
  }
}
.cont1 .a1_list1 li .cont-p {
  padding: 3rem 8% 5rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li .cont-p {
    padding: 1.5rem 6% 2rem;
  }
}
.cont1 .a1_list1 li .cont-p .titas .tit {
  color: #101010;
  font: 700 2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li .cont-p .titas .tit {
    font-size: 1.5rem;
  }
}
.cont1 .a1_list1 li .cont-p .titas .ftit {
  color: rgba(0, 0, 0, 0.6);
  font: 400 1rem/1.5em "Noto Sans SC";
}
.cont1 .a1_list1 li:hover {
  box-shadow: 0.125rem 0.25rem 1rem rgba(0, 0, 0, 0.16);
  -webkit-transform: scale3d(1.01, 1.01, 1.01);
     -moz-transform: scale3d(1.01, 1.01, 1.01);
          transform: scale3d(1.01, 1.01, 1.01);
}

.iconfont1 {
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.a1_v1 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .a1_v1 {
    margin-top: 1.5rem;
  }
}
.a1_v1 .swiper-paginationt {
  background: rgba(0, 0, 0, 0.05);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2rem;
  border-radius: 3.3125rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 2rem auto 0;
}
.a1_v1 .swiper-paginationt span {
  opacity: 1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border-radius: 0.5rem;
  background: #C2C2C2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.a1_v1 .swiper-paginationt span.swiper-pagination-bullet-active {
  width: 0;
}
.a1_v1 .a1_v1-a .a1_b1 {
  width: 50.6097560976%;
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1-a .a1_b1 {
    width: 100%;
    border-radius: 1rem;
  }
}
.a1_v1 .a1_v1-a .a1_b1 .mySwiper1a {
  height: 100%;
}
.a1_v1 .a1_v1-a .a1_b1 .swiper-slide {
  font-size: 0;
  height: 100%;
}
.a1_v1 .a1_v1-a .a1_b1 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.a1_v1 .a1_v1-a .a1_b2 {
  width: 48.1707317073%;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1-a .a1_b2 {
    width: 100%;
  }
}
.a1_v1 .a1_v1-a .a1_b2 li {
  width: 31.6455696203%;
  height: 48%;
  position: relative;
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1-a .a1_b2 li {
    width: 48%;
    height: auto;
    margin-top: 1rem;
  }
}
.a1_v1 .a1_v1-a .a1_b2 li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: -moz-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: linear-gradient(180deg, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 1.25rem;
  display: none;
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1-a .a1_b2 li::after {
    border-radius: 1rem;
  }
}
.a1_v1 .a1_v1-a .a1_b2 li .contas {
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.15rem 0.7375rem 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
  background: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1-a .a1_b2 li .contas {
    border-radius: 1rem;
  }
}
.a1_v1 .a1_v1-a .a1_b2 li a {
  padding: 7% 8.8%;
  display: block;
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1-a .a1_b2 li a {
    padding: 9%;
  }
}
.a1_v1 .a1_v1-a .a1_b2 li a .tit {
  color: #101010;
  font: 700 2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1-a .a1_b2 li a .tit {
    font-size: 1.5rem;
  }
}
.a1_v1 .a1_v1-a .a1_b2 li a .fitit {
  color: rgba(0, 0, 0, 0.6);
  font: 400 1rem/1.5em "Noto Sans SC";
  height: 7.5em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1-a .a1_b2 li a .fitit {
    height: auto;
  }
}
.a1_v1 .a1_v1-a .a1_b2 li a .more-a {
  color: #B4B4B4;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .a1_v1 .a1_v1-a .a1_b2 li a .more-a {
    margin-top: 1.5rem;
  }
}
.a1_v1 .a1_v1-a .a1_b2 li:hover::after, .a1_v1 .a1_v1-a .a1_b2 li.active::after {
  display: block;
}

.on .a1_v1 .swiper-paginationt {
  padding: 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .on .a1_v1 .swiper-paginationt {
    padding: 1.25rem;
  }
}
.on .a1_v1 .swiper-paginationt span {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
.on .a1_v1 .swiper-paginationt span.swiper-pagination-bullet-active {
  width: 2rem;
}
@media (max-width: 768px) {
  .on .a1_v1 .swiper-paginationt span {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.4rem;
  }
  .on .a1_v1 .swiper-paginationt span.swiper-pagination-bullet-active {
    width: 1.6rem;
  }
}

.cont2 {
  background: #F5F5F7;
  padding: 0 0 13.875rem;
  overflow: hidden;
  margin-top: -2px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 0 0 4rem;
  }
}

.cont3 {
  background: #fff;
  border-radius: var(--rat) var(--rat) 0px 0px;
  padding: 6.5625rem 0;
  overflow: hidden;
  margin-top: -5rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
    margin-top: -2rem;
  }
}
.cont3 .tita1 {
  padding-bottom: 4.5rem;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
}
@media (max-width: 768px) {
  .cont3 .tita1 {
    padding-bottom: 1.5rem;
  }
}
.cont3 .xw_list1 {
  overflow: hidden;
}
.cont3 .xw_list1 li {
  padding: 4.125rem 0;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
}
@media (max-width: 768px) {
  .cont3 .xw_list1 li {
    padding: 1.5rem 0;
  }
}
.cont3 .xw_list1 li a.morexw .data {
  width: 15%;
  color: #6E6E73;
  font: 500 1.375rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .cont3 .xw_list1 li a.morexw .data {
    width: 100%;
    font-size: 1.25rem;
  }
}
.cont3 .xw_list1 li a.morexw .cont-p {
  width: 85%;
}
@media (max-width: 768px) {
  .cont3 .xw_list1 li a.morexw .cont-p {
    width: 100%;
    margin-top: 0.35rem;
  }
}
.cont3 .xw_list1 li a.morexw .cont-p .tit {
  color: rgba(0, 0, 0, 0.6);
  font: 600 2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont3 .xw_list1 li a.morexw .cont-p .tit {
    font-size: 1.35rem;
  }
}
.cont3 .xw_list1 li a.morexw .cont-p .txt {
  color: #6E6E73;
  font: 600 1.25rem/1.6em "Noto Sans SC";
  margin-top: 1rem;
  display: none;
}
.cont3 .xw_list1 li a.morexw:hover .cont-p .tit {
  color: #0066CC;
}

.icon-tuite:before {
  content: "\e628" !important;
  font-family: "iconfont" !important;
}

.foot-fot {
  position: relative;
  background: #F5F5F7;
}
@media (max-width: 990px) {
  .foot-fot .pc-footaas {
    display: none;
  }
}
.foot-fot .foota1 {
  padding: 6rem 0 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.foot-fot .foota1 .tit {
  color: rgba(0, 0, 0, 0.6);
  font: 600 1.375rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foota1_v1 .as_asla {
  margin-top: 1rem;
}
.foot-fot .foota1 .foota1_v1 .as_asla li + li {
  margin-left: 1.5em;
}
.foot-fot .foota1 .foota1_v1 .as_asla li i {
  display: block;
  width: 1.75rem;
}
.foot-fot .foota1 .foota1_v1 .as_asla li i img {
  width: 80%;
}
.foot-fot .foota1 .foota1_v1 .as_asla li p {
  color: rgba(0, 0, 0, 0.4);
  font: 400 1rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foota1_v1 .fenxasd {
  margin-top: 1rem;
}
.foot-fot .foota1 .foota1_v1 .fenxasd > p {
  color: rgba(0, 0, 0, 0.4);
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-right: 1rem;
}

.foot-fot .foota1 .foota1_v2 {
  width: 43.1428571429%;
}
.foot-fot .foota1 .foota1_v2 .ftit {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 1rem 0 0.9rem;
  color: rgba(0, 0, 0, 0.4);
}
.foot-fot .foota1 .foota1_v2 form {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
}
.foot-fot .foota1 .foota1_v2 form input {
  width: -webkit-calc(95% - 4rem);
  width: -moz-calc(95% - 4rem);
  width: calc(95% - 4rem);
  background: transparent;
  font: 400 1rem/2.5em "Noto Sans SC";
  text-indent: 1em;
  color: rgba(0, 0, 0, 0.4);
}
.foot-fot .foota1 .foota1_v2 form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.4);
}
.foot-fot .foota1 .foota1_v2 form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.4);
}
.foot-fot .foota1 .foota1_v2 form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.4);
}
.foot-fot .foota1 .foota1_v2 form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4);
}
.foot-fot .foota1 .foota1_v2 form button {
  width: 4.125rem;
  border: none;
  background: transparent;
}
.foot-fot .foota1 .foota1_v2 form button i {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.4);
}
.foot-fot .foota2 {
  padding: 4.0625rem 0 6.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.foot-fot .foota2 .fo-a1 .d_logo img {
  height: 3.125rem;
}
.foot-fot .foota2 .fo-a1 .p {
  color: rgba(0, 0, 0, 0.4);
  font: 400 1rem/1.7em "Noto Sans SC";
  margin-top: 1rem;
}
.foot-fot .foota2 .fo-a2 .d—tit {
  color: rgba(0, 0, 0, 0.4);
  font: 600 1.25rem/1.5em "Noto Sans SC";
}
.foot-fot .foota2 .fo-a2 .sec {
  margin-top: 0.5rem;
}
.foot-fot .foota2 .fo-a2 .sec a {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font: 400 1rem/2em "Noto Sans SC";
}
.foot-fot .foota2 .fo-a2 .sec a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.foot-fot .foota3 {
  color: rgba(0, 0, 0, 0.4);
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 1em 0;
}
.foot-fot .foota3 p + p span:last-child {
  display: none;
}
.foot-fot .foota3 a {
  color: rgba(0, 0, 0, 0.4);
}
.foot-fot .foota3 a.ast {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.foot-fot .foota3 a:hover {
  font-weight: 600;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .m-bm-head-box .m-bm-navbtn span, .foot1-m .m-bm-head-box .m-bm-navbtn:after, .foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.foot1-m .m-bm-menu {
  background: #fff;
}
.foot1-m .m-bm-nav > li, .foot1-m .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.foot1-m .m-bm-nav > li > a, .foot1-m .m-bm-nav .aniut i, .foot1-m .m-bm-nav > li .sec a, .foot1-m .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 99;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.zd_erha li > a i img {
  height: 1.75rem;
}
.zd_erha li > a:hover {
  background: #0066CC;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #0066CC;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0066CC;
  border-color: #0066CC;
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 2.375rem 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: #0066CC;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: #0066CC;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Noto Sans SC";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #0066CC;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  overflow: hidden;
  z-index: 1;
}
.nbanner .img {
  position: relative;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .img video {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .nbanner .img video {
    display: none;
  }
}
.nbanner .nbanner-wen1 {
  width: 100%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 2rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.125rem;
    margin-top: 0.35rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont a.more-b {
  line-height: 3em;
  margin-top: 2rem;
}
.nbanner .nbanner-wen2 {
  width: 100%;
  text-align: center;
  top: 20%;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen2 {
    top: 22%;
  }
}
.nbanner .nbanner-wen2 .banner-cont {
  color: #1D1D1F;
}
.nbanner .nbanner-wen2 .banner-cont .p1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen2 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen2 .banner-cont a.more-b {
  line-height: 3em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen2 .banner-cont a.more-b {
    line-height: 2.65em;
    margin-top: 0.6rem;
  }
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 5rem;
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0066CC;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #0066CC;
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: 5rem;
  margin-top: -5rem;
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #fff;
  padding: 0 0 6.5625rem;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 0.5rem 0 2rem;
    margin-top: -2rem;
  }
}
.abt-cont1 .abt-a1v1 {
  border-radius: 1.25rem;
  overflow: hidden;
}
.abt-cont1 .abt-a1v1 img{
      border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    border-radius: 1rem;
  }
}
.abt-cont1 .abt-a1v2 {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v2 li {
  width: 25%;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 li {
    width: 50%;
    margin-top: 1rem;
  }
  .abt-cont1 .abt-a1v2 li:nth-child(2n-1) {
    border-left: none;
  }
}
.abt-cont1 .abt-a1v2 li + li {
  border-left: 1px solid #C6C6C6;
}
.abt-cont1 .abt-a1v2 li .data {
  color: #6E6E73;
  font-size: 1rem;
  line-height: 1.5em;
}
.abt-cont1 .abt-a1v2 li .data span {
  font-weight: 700;
  font-size: 2.8125rem;
  color: #101010;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 li .data span {
    font-size: 2rem;
  }
}
.abt-cont1 .abt-a1v2 li p {
  color: #6E6E73;
  font-size: 1.375rem;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 li p {
    font-size: 16px;
    margin-top: 0.25rem;
  }
}
.abt-cont1 .abt-a1v3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  line-height: 1.8em;
  text-align: justify;
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v3 {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}
.abt-cont1 .abt-a1v4 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v4 {
    margin-top: 2rem;
  }
}
.abt-cont1 .abt-a1v4 .heng1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v4 .heng1 {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1v4 .heng1 img {
  width: 100%;
}

.ssy-sskaa {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 0;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: none;
  padding: 0 2.5em;
  border-radius: 2rem;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 400 1.125rem/4rem "Noto Sans SC";
  background: transparent;
  color: #CACACA;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 400 1.6rem/4rem "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.xzzx-cont1 {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #F5F5F7;
  padding: 0 0 6.5625rem;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .xzzx-cont1 {
    padding: 0.5rem 0 2rem;
    margin-top: -2rem;
  }
}
.xzzx-cont1 .xzzx-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .xzzx-cont1 .xzzx-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .xzzx-cont1 .xzzx-list1 {
    display: block;
  }
}
.xzzx-cont1 .xzzx-list1 li {
  position: relative;
}
@media (max-width: 450px) {
  .xzzx-cont1 .xzzx-list1 li {
    margin-top: 1.5rem;
  }
}
.xzzx-cont1 .xzzx-list1 li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: -moz-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: linear-gradient(180deg, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 1.25rem;
  display: none;
}
@media (max-width: 768px) {
  .xzzx-cont1 .xzzx-list1 li::after {
    border-radius: 1rem;
  }
}
.xzzx-cont1 .xzzx-list1 li a.cont-p {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  overflow: hidden;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 768px) {
  .xzzx-cont1 .xzzx-list1 li a.cont-p {
    border-radius: 1rem;
  }
}
.xzzx-cont1 .xzzx-list1 li a.cont-p > i {
  display: block;
  font-size: 0;
  width: 45%;
  
  border: 1px solid  #CACACA;
}
.xzzx-cont1 .xzzx-list1 li a.cont-p > i img {
  width: 100%;
  height: 100%;
  object-fit: cover;aspect-ratio: 4 / 5; 
  
}
.xzzx-cont1 .xzzx-list1 li a.cont-p .pas {
 
  width: 50%;
}
.xzzx-cont1 .xzzx-list1 li a.cont-p .pas .tit {
  color: #101010;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35em;
  height: 8.4375rem;
  display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.xzzx-cont1 .xzzx-list1 li a.cont-p .pas .p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  line-height: 1.35em;
}
.xzzx-cont1 .xzzx-list1 li a.cont-p .pas .more-a {
  color: #B4B4B4;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 2rem;
}
.xzzx-cont1 .xzzx-list1 li a.cont-p .pas .more-a i {
  font-size: 0.875rem;
}
.xzzx-cont1 .xzzx-list1 li:hover::after {
  display: block;
}
.xzzx-cont1 .xzzx-list1 li:hover a.cont-p .pas .more-a {
  color: #0066CC;
}

.ny-show_bodya {
  overflow: visible;
}
.ny-show_bodya .xw-cont1, .ny-show_bodya .xw-show-cont {
  overflow: visible;
}

.xw-cont-tnet .xw-asta1 {
  width: 74.1428571429%;
}
@media (max-width: 768px) {
  .xw-cont-tnet .xw-asta1 {
    width: 100%;
  }
}
.xw-cont-tnet .xw-asta2 {
  width: 21.5714285714%;
}
@media (max-width: 768px) {
  .xw-cont-tnet .xw-asta2 {
    width: 100%;
    display: none;
  }
}
.xw-cont-tnet .xw-asta2 .nr-aszt {
  position: sticky;
  top: 5.625rem;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .tit {
  color: #101010;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2em;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .zjxw_list1 {
  margin-top: 1rem;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .zjxw_list1 li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.xw-cont-tnet .xw-asta2 .nr-aszt .zjxw_list1 li a.img {
  display: block;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .zjxw_list1 li a.img i {
  display: block;
  font-size: 0;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .zjxw_list1 li a.img i img {
  width: 100%;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .zjxw_list1 li a.img .tit {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  padding: 0.75em 0;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .zjxw_list1 li a.img:hover .tit {
  color: #0066CC;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as1 .p1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as2 {
  margin-top: 1.5625rem;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as2 .aswelist {
  margin-top: 1.25rem;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as2 .aswelist li {
  position: relative;
  margin-top: 0.65rem;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as2 .aswelist li a.asta i {
  width: 2.3125rem;
  line-height: 2.3125rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.45rem;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-right: 0.75rem;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as2 .aswelist li a.asta p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  line-height: 2.3125rem;
  font-weight: 500;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as2 .aswelist li a.asta:hover i {
  background: #000;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as2 .aswelist li a.asta:hover p {
  color: #000;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as2 .aswelist li .erma {
  display: none;
  position: absolute;
  right: 0;
  top: -130%;
  width: 50%;
  padding: 3%;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem 0.125rem rgba(0, 20, 60, 0.2);
  background: #fff;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as2 .aswelist li .erma img {
  width: 100%;
}
.xw-cont-tnet .xw-asta2 .nr-aszt .as2 .aswelist li:hover .erma {
  display: block;
}

.xw-cont1 {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #fff;
  padding: 0 0 6.5625rem;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .xw-cont1 {
    padding: 0.5rem 0 2rem;
    margin-top: -2rem;
  }
}
.xw-cont1 .xw-list2 li.tup1 {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup1 {
    border-radius: 1rem;
  }
}
.xw-cont1 .xw-list2 li.tup1 + li {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup1 + li {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup1 {
    border-radius: 1rem;
  }
}
.xw-cont1 .xw-list2 li.tup1 a.img {
  width: 50%;
  padding-bottom: 35%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup1 a.img {
    padding-bottom: 65%;
  }
}
.xw-cont1 .xw-list2 li.tup1 a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup1 a.img {
    width: 100%;
  }
}
.xw-cont1 .xw-list2 li.tup1 a.img img {
  width: 100%;
}
.xw-cont1 .xw-list2 li.tup1 .cont-p {
  width: 50%;
  padding: 1rem 4%;
  position: relative;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup1 .cont-p {
    width: 100%;
  }
}
.xw-cont1 .xw-list2 li.tup1 .cont-p a.name {
  color: rgba(0, 0, 0, 0.6);
  font: 700 1.75rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup1 .cont-p a.name {
    font-size: 1.35rem;
    display: block;
  }
}
.xw-cont1 .xw-list2 li.tup1 .cont-p a.name:hover {
  color: #0066CC;
}
.xw-cont1 .xw-list2 li.tup1 .cont-p .date {
  color: #6E6E73;
  font: 500 1.375rem/1.5em "Montserrat";
  margin: 0.5rem 0 0.25rem;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup1 .cont-p .date {
    font-size: 1.25rem;
    margin: 0.5rem 0 0.25rem;
  }
}
.xw-cont1 .xw-list2 li.tup1 .cont-p .p {
  color: rgba(0, 0, 0, 0.6);
  font: 400 1.25rem/1.5em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup1 .cont-p .p {
    font-size: 1rem;
  }
}
.xw-cont1 .xw-list2 li.tup1 a.more-a {
  color: #B4B4B4;
  font-size: 0.875rem;
  font-weight: 400;
  float: right;
  margin-top: 1rem;
}
.xw-cont1 .xw-list2 li.tup1 a.more-a:hover {
  color: #0066CC;
}
.xw-cont1 .xw-list2 li.tup1 a.more-a i {
  font-size: 0.875rem;
}
.xw-cont1 .xw-list2 li.tup2 {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup2 {
    padding: 1.5rem 0;
  }
}
.xw-cont1 .xw-list2 li.tup2 a.morexw .data {
  width: 15%;
  color: #6E6E73;
  font: 500 1.375rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup2 a.morexw .data {
    width: 100%;
    font-size: 1.25rem;
  }
}
.xw-cont1 .xw-list2 li.tup2 a.morexw .cont-p {
  width: 79.8058252427%;
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup2 a.morexw .cont-p {
    width: 100%;
    margin-top: 0.35rem;
  }
}
.xw-cont1 .xw-list2 li.tup2 a.morexw .cont-p .tit {
  color: rgba(0, 0, 0, 0.6);
  font: 600 1.85rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .xw-cont1 .xw-list2 li.tup2 a.morexw .cont-p .tit {
    font-size: 1.35rem;
  }
}
.xw-cont1 .xw-list2 li.tup2 a.morexw:hover .cont-p .tit {
  color: #0066CC;
}

.xw-xq-cont1 {
  background: #000000;
  color: #fff;
  padding: 5rem 0 10rem;
}
@media (max-width: 768px) {
  .xw-xq-cont1 {
    padding: 0 0 4rem;
  }
}
.xw-xq-cont1 .ajhhsd {
  padding: 1rem 0;
  color: #fff;
}
.xw-xq-cont1 .ajhhsd a {
  color: #fff;
}
.xw-xq-cont1 .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.xw-xq-cont1 .tit {
  margin-top: 3rem;
  font: 600 2.5rem/1.2em "Noto Sans SC";
}
@media (max-width: 768px) {
  .xw-xq-cont1 .tit {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.xw-xq-cont1 .data {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 2rem;
}
.xw-xq-cont1 .data .fenxasd {
  margin-left: 1em;
}
.xw-xq-cont1 .data .fenxasd a {
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: transparent;
  margin: 0 0.3rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  text-align: center;
  border: none;
  background: #fff;
  color: #000;
  font-size: 1.35rem;
  line-height: 2.375rem;
}
.xw-xq-cont1 .data .fenxasd a:hover {
  background: rgba(255, 255, 255, 0.75);
}

.xw-show-cont {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #fff;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .xw-show-cont {
    padding: 2rem 0;
    margin-top: -2rem;
  }
}
.xw-show-cont .content {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  line-height: 1.8em;
  text-align: justify;
}
@media (max-width: 768px) {
  .xw-show-cont .content {
    font-size: 1.125rem;
  }
}
.xw-show-cont .fenysd {
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .xw-show-cont .fenysd {
    font-size: 1rem;
    padding: 1.5rem 0;
  }
}
.xw-show-cont .fenysd a {
  color: rgba(0, 0, 0, 0.8);
}
.xw-show-cont .fenysd a:hover {
  color: #000;
}

.cp-a1v1 .cp-a1v1a1 {
  width: 39.1428571429%;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
@media (max-width: 768px) {
  .cp-a1v1 .cp-a1v1a1 {
    width: 100%;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
  }
}
.cp-a1v1 .cp-a1v1a1 .ash_sqa li + li {
  margin-top: 2rem;
}
.cp-a1v1 .cp-a1v1a1 .ash_sqa li .tit {
  color: #101010;
  font: 700 2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cp-a1v1 .cp-a1v1a1 .ash_sqa li .tit {
    font-size: 1.5rem;
  }
}
.cp-a1v1 .cp-a1v1a1 .ash_sqa li .p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.cp-a1v1 .cp-a1v1a1 .ash_sqa li .p p {
  padding-left: 1em;
  position: relative;
}
.cp-a1v1 .cp-a1v1a1 .ash_sqa li .p p::before {
  content: "·";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.cp-a1v1 .cp-a1v1a2 {
  width: 59.2857142857%;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .cp-a1v1 .cp-a1v1a2 {
    width: 100%;
    border-radius: 1rem;
    margin-top: 1.5rem;
  }
}
.cp-a1v1 .cp-a1v1a2 .mySwiper3, .cp-a1v1 .cp-a1v1a2 .swiper-wrapper, .cp-a1v1 .cp-a1v1a2 .swiper-slide, .cp-a1v1 .cp-a1v1a2 a.cont-p, .cp-a1v1 .cp-a1v1a2 img {
  height: 100%;
}
.cp-a1v1 .cp-a1v1a2 a.cont-p {
  display: block;
  overflow: hidden;
}
.cp-a1v1 .cp-a1v1a2 img {
  width: 100%;
}
.cp-a1v1 .cp-a1v1a2 .swiper-paginationt {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  text-align: center;
  z-index: 9;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem 1.5rem;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .cp-a1v1 .cp-a1v1a2 .swiper-paginationt {
    padding: 0.75rem 1.25rem;
  }
}
.cp-a1v1 .cp-a1v1a2 .swiper-paginationt span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
  margin: 0 0.2rem;
  opacity: 1;
}
.cp-a1v1 .cp-a1v1a2 .swiper-paginationt span.swiper-pagination-bullet-active {
  width: 1rem;
}

.cp-cont1 {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #F5F5F7;
  padding: 0 0 10.5625rem;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cp-cont1 {
    padding: 0.5rem 0 4rem;
    margin-top: -2rem;
  }
}
.cp-cont1 .cp-a1v2 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1v2 {
    margin-top: 2rem;
  }
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1v2 .cp-a1ast1 {
    margin-top: 0;
  }
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li {
  width: 49.2142857143%;
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  margin-top: 1.5625rem;
  position: relative;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1v2 .cp-a1ast1 li {
    width: 100%;
    border-radius: 1rem;
  }
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: -moz-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: linear-gradient(180deg, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 1.25rem;
  display: none;
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li a {
  padding: 2rem;
  position: relative;
  z-index: 1;
  background: #FFF;
  border-radius: 1.25rem;
  height: 100%;
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li .img {
  width: 47.8955007257%;
  padding: 0.7rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li .img img {
  max-width: 100%;
  max-height: 13rem;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1v2 .cp-a1ast1 li .img img {
    max-height: 10rem;
  }
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li .cont-p {
  width: 47.8955007257%;
  text-align: right;
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li .cont-p .tit {
  color: #101010;
  font-weight: 700;
  font-size: 1.25rem;
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li .cont-p .p1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li .cont-p .p2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  margin-top: 1rem;
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li:hover::after {
  display: block;
}
.cp-cont1 .cp-a1v2 .cp-a1ast1 li:hover .cont-p .tit {
  background: -webkit-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -moz-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -o-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: linear-gradient(140deg, #06C 27.77%, #8707C3 121.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cp-cont2 {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #fff;
  padding: 6.5625rem 0;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cp-cont2 {
    padding: 2rem 0;
    margin-top: -2rem;
  }
}
.cp-cont2 .tita1 .p1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.cp-cont2 .cp-a2v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 {
    margin-top: 1.5rem;
  }
}
.cp-cont2 .cp-a2v1 .cp-a2b1 {
  width: 41.5%;
}
@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .cp-a2b1 {
    width: 100%;
  }
}
.cp-cont2 .cp-a2v1 .cp-a2b1 img {
  width: 100%;
}
.cp-cont2 .cp-a2v1 .cp-a2b2 {
  width: 35%;
  margin-right: 10%;
}
@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .cp-a2b2 {
    width: 100%;
    margin-right: 0;
    margin-top: 1.5rem;
  }
}
.cp-cont2 .cp-a2v1 .cp-a2b2 li {
  text-align: center;
  width: 50%;
}
.cp-cont2 .cp-a2v1 .cp-a2b2 li:nth-child(n+3) {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .cp-a2b2 li:nth-child(n+3) {
    margin-top: 1rem;
  }
}
.cp-cont2 .cp-a2v1 .cp-a2b2 li i {
  display: block;
  font-size: 0;
  width: 5.375rem;
  margin: 0 auto;
}
.cp-cont2 .cp-a2v1 .cp-a2b2 li i img {
  width: 100%;
}
.cp-cont2 .cp-a2v1 .cp-a2b2 li p {
  color: #101010;
  font: 700 1.5rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .cp-a2b2 li p {
    font-size: 1.125rem;
  }
}

.cp-cont3 {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #F5F5F7;
  padding: 0 0 10.5625rem;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cp-cont3 {
    padding: 0 0 4rem;
    margin-top: -2rem;
  }
}
.cp-cont3 .cp-a3v1 video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cp-cont3 .cp-a3v1 video {
    border-radius: 1rem;
  }
}
.cp-cont3 .a3v2 {
  position: relative;
  margin-top: 2rem;
}
.cp-cont3 .a3v2 u {
  display: block;
  font-size: 0;
}
.cp-cont3 .a3v2 u img {
  width: 100%;
}
.cp-cont3 .a3v2 .tita1 {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v2 .tita1 {
    top: -1rem;
  }
}
@media (max-width: 768px) {
  .cp-cont3 .a3v3 {
    margin-top: 0;
  }
}
.cp-cont3 .a3v3 .a3v3list1 {
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v3 .a3v3list1 {
    margin-top: 0;
  }
}
.cp-cont3 .a3v3 .a3v3list1 li {
  width: 25%;
  text-align: center;
  padding: 1.5rem 1%;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v3 .a3v3list1 li {
    width: 50%;
    margin-top: 1.5rem;
  }
  .cp-cont3 .a3v3 .a3v3list1 li:nth-child(2n-1) {
    border-left: none;
  }
}
.cp-cont3 .a3v3 .a3v3list1 li + li {
  border-left: 1px solid #CACACA;
}
.cp-cont3 .a3v3 .a3v3list1 li .data {
  font-size: 2.25rem;
  font-weight: 700;
  background: -webkit-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -moz-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -o-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: linear-gradient(140deg, #06C 27.77%, #8707C3 121.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v3 .a3v3list1 li .data {
    font-size: 2rem;
  }
}
.cp-cont3 .a3v3 .a3v3list1 li .p {
  color: rgba(16, 16, 16, 0.6);
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v3 .a3v3list1 li .p {
    font-size: 1rem;
  }
}
.cp-cont3 .a3v4 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v4 {
    margin-top: 2rem;
  }
}
.cp-cont3 .a3v4 .heng1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v4 .heng1 {
    margin-top: 1rem;
  }
}
.cp-cont3 .a3v4 .heng1 img {
  width: 100%;
}
.cp-cont3 .a3v4 .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v4 .text {
    font-size: 1rem;
  }
}
.cp-cont3 .a3v4 .data {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v4 .data {
    font-size: 1.125rem;
  }
}
.cp-cont3 .a3v4 .paggs {
  margin-top: 3rem;
  overflow-y: auto;
}
.cp-cont3 .a3v4 .paggs table {
  border-color: #CACACA;
  border: none;
  min-width: 768px;
}
.cp-cont3 .a3v4 .paggs table tr {
  border: none;
}
.cp-cont3 .a3v4 .paggs table tr:nth-child(1) td {
  border-top: none;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
}
.cp-cont3 .a3v4 .paggs table tr td {
  text-align: center;
  border: none;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v4 .paggs table tr td {
    padding: 1rem 0.5rem;
  }
}
.cp-cont3 .a3v4 .paggs table tr td:nth-child(1) {
  border-left: none;
}
.cp-cont3 .a3v5 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v5 {
    margin-top: 2rem;
  }
}
.cp-cont3 .a3v5 .paggs {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v5 .paggs {
    margin-top: 1rem;
  }
}
.cp-cont3 .a3v5 .paggs table {
  border-color: #CACACA;
  border: none;
}
.cp-cont3 .a3v5 .paggs table tr td {
  border: none;
  border-bottom: 1px solid #CACACA;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cp-cont3 .a3v5 .paggs table tr td {
    font-size: 1rem;
  }
}
.cp-cont3 .a3v5 .paggs table tr td:nth-child(1) {
  font-weight: 500;
}

.cp-cont4 {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #fff;
  padding: 6.5625rem 0;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cp-cont4 {
    padding: 2rem 0;
    margin-top: -2rem;
  }
}
.cp-cont4 .mySwiper2 {
  padding: 1rem 0.6rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cp-cont4 .mySwiper2 {
    margin-top: 0.5rem;
  }
}
.cp-cont4 .mySwiper2 .swiper-slide a.cont-p {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  display: block;
  overflow: hidden;
}
.cp-cont4 .mySwiper2 .swiper-slide a.cont-p u {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cp-cont4 .mySwiper2 .swiper-slide a.cont-p u img {
  width: 100%;
}
.cp-cont4 .mySwiper2 .swiper-slide a.cont-p .tcx-p {
  padding: 1.65rem 7%;
}
.cp-cont4 .mySwiper2 .swiper-slide a.cont-p .tcx-p .tit {
  color: #101010;
  font: 600 2rem/1.35em "Noto Sans SC";
}
.cp-cont4 .mySwiper2 .swiper-slide a.cont-p .tcx-p .fitit {
  color: rgba(0, 0, 0, 0.6);
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.25rem;
}
.cp-cont4 .swiper-paginationt {
  background: rgba(0, 0, 0, 0.05);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3.3125rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 2rem auto 0;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cp-cont4 .swiper-paginationt {
    margin-top: 1rem;
  }
}
.cp-cont4 .swiper-paginationt span {
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  padding: 0;
  border-radius: 0.5rem;
  background: #C2C2C2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cp-cont4 .swiper-paginationt span.swiper-pagination-bullet-active {
  width: 2rem;
}

.case-body .nbanner .nbanner-wen1 .banner-cont {
  text-align: center;
}

.hy-cont1 {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #F5F5F7;
  padding: 0 0 11rem;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hy-cont1 {
    padding: 0.5rem 0 4rem;
    margin-top: -2rem;
  }
}
.hy-cont1 .hy-a1v1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-a1v1 {
    margin-top: 1rem;
  }
}
.hy-cont1 .hy-a1v1 .tita1 {
  text-align: center;
}
.hy-cont1 .hy-a1v1 .img {
  position: relative;
}
.hy-cont1 .hy-a1v1 .img img {
  width: 100%;
}
.hy-cont1 .hy-a1v1 .img a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
.hy-cont1 .hy-a1v1 .img a:nth-of-type(1) {
  left: 41%;
  top: 46%;
}
.hy-cont1 .hy-a1v1 .img a:nth-of-type(2) {
  left: 69%;
  top: 24%;
}
.hy-cont1 .hy-a1v1 .img a:nth-of-type(3) {
  left: 72%;
  top: 39%;
}
.hy-cont1 .hy-a1v1 .img a b {
  background: -webkit-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -moz-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -o-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: linear-gradient(140deg, #06C 27.77%, #8707C3 121.74%);
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  color: #fff;
  font-size: 1rem;
  display: block;
  border-radius: 50%;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 {
  margin-top: 2rem;
}
.hy-cont1 .hy-a1v2 .cp-a1v1:nth-of-type(n+4) {
  margin-top: 7.3125rem;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-a1v2 .cp-a1v1:nth-of-type(n+4) {
    margin-top: 2rem;
  }
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 b {
  background: -webkit-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -moz-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -o-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: linear-gradient(140deg, #06C 27.77%, #8707C3 121.74%);
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  color: #fff;
  font-size: 1rem;
  display: block;
  border-radius: 50%;
  margin-bottom: 0.35rem;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 .tit {
  color: #101010;
  font: 700 1.9rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 .tit {
    font-size: 1.5rem;
  }
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 .tit1 {
  color: #101010;
  font: 700 1.25rem/1.5em "Noto Sans SC";
  margin-top: 2rem;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 .p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 .p p {
  padding-left: 1em;
  position: relative;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 .p p::before {
  content: "·";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 .img .as1 {
  width: 47.3333333333%;
  text-align: center;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 .img .as1 p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a1 .imgast1 {
  padding: 0 10%;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a2 .mySwiper3 {
  height: 100%;
}
.hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a2 .mySwiper3 a.cont-p, .hy-cont1 .hy-a1v2 .cp-a1v1 .cp-a1v1a2 .mySwiper3 img {
  height: 100%;
}
.hy-cont1 .hy-a1v3 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-a1v3 {
    margin-top: 2rem;
  }
}
.hy-cont1 .hy-a1v3 li {
  width: 33.3333333333%;
  text-align: center;
  padding: 3.125rem 0;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-a1v3 li {
    width: 50%;
    padding: 1.25rem 0;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .hy-cont1 .hy-a1v3 li:nth-child(2n-1) {
    border-left: none;
  }
}
.hy-cont1 .hy-a1v3 li + li {
  border-left: 1px solid #CACACA;
}
.hy-cont1 .hy-a1v3 li .img {
  width: 33.3333%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-a1v3 li .img {
    width: 6rem;
  }
}
.hy-cont1 .hy-a1v3 li .img img {
  width: 100%;
}
.hy-cont1 .hy-a1v3 li .tit {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
  background: -webkit-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -moz-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -o-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: linear-gradient(140deg, #06C 27.77%, #8707C3 121.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-a1v3 li .tit {
    font-size: 1.5rem;
  }
}
.hy-cont1 .hy-a1v3 li .p {
  color: rgba(16, 16, 16, 0.6);
  font-size: 1.25rem;
  padding: 0 8%;
  font-weight: 500;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-a1v3 li .p {
    font-size: 1.125rem;
  }
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.hy-cont2 {
  border-radius: var(--rat) var(--rat) 0px 0px;
  background: #fff;
  padding: 4rem 0 6.5625rem;
  overflow: hidden;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hy-cont2 {
    padding: 2rem 0;
    margin-top: -2rem;
  }
}.hy-cont2 .mySwiper4 .swiper-slide{
    display: flex;
}
.hy-cont2 .mySwiper4 {
  padding: 1rem;
  margin: 0 -1rem;
}
.hy-cont2 .mySwiper4 .ashas1 {
  position: relative;
  margin-top: 1.75rem;
    width: 49.2142857143%;
}.hy-cont2 .mySwiper4 .swiper-slide .ashas1:nth-child(2){
    margin-left: 2.3%;
    
}
.hy-cont2 .mySwiper4 .ashas1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: -moz-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  background: linear-gradient(180deg, rgba(74, 50, 200, 0.2) 0%, rgba(16, 111, 207, 0.2) 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  border-radius: 1.25rem;
  display: none;
}
.hy-cont2 .mySwiper4 .ashas1 a {
  padding: 2rem;
  position: relative;
  z-index: 1;
  background: #FFF;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.5rem 0px rgba(0, 0, 0, 0.08);
}
.hy-cont2 .mySwiper4 .ashas1 .img {
  width: 47.8955007257%;
  padding: 0.7rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hy-cont2 .mySwiper4 .ashas1 .img img {
  max-width: 100%;
  height: 13rem;
}
@media (max-width: 768px) {.hy-cont2 .mySwiper4 .ashas1{
    width: 100%;
}
    .hy-cont2 .mySwiper4 .swiper-slide{
        display: block;
    }
  .hy-cont2 .mySwiper4 .ashas1 .img img {
    height: 10rem;
  }
}
.hy-cont2 .mySwiper4 .ashas1 .cont-p {
  width: 47.8955007257%;
  text-align: right;
}
.hy-cont2 .mySwiper4 .ashas1 .cont-p .tit {
  color: #101010;
  font-weight: 700;
  font-size: 1.25rem;
}
.hy-cont2 .mySwiper4 .ashas1 .cont-p .p1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
}
.hy-cont2 .mySwiper4 .ashas1 .cont-p .p2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  margin-top: 1rem;
}
.hy-cont2 .mySwiper4 .ashas1:hover::after {
  display: block;
}
.hy-cont2 .mySwiper4 .ashas1:hover .cont-p .tit {
  background: -webkit-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -moz-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: -o-linear-gradient(310deg, #06C 27.77%, #8707C3 121.74%);
  background: linear-gradient(140deg, #06C 27.77%, #8707C3 121.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hy-cont2 .mySwiper4 .swiper-paginationt {
  background: rgba(0, 0, 0, 0.05);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2rem;
  border-radius: 3.3125rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 2rem auto 0;
}
.hy-cont2 .mySwiper4 .swiper-paginationt span {
  opacity: 1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border-radius: 0.5rem;
  background: #C2C2C2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-cont2 .mySwiper4 .swiper-paginationt span.swiper-pagination-bullet-active {
  width: 0;
}
.hy-cont2.on .mySwiper4 .swiper-paginationt {
  padding: 1.5rem 1.5rem;
}
.hy-cont2.on .mySwiper4 .swiper-paginationt span {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
.hy-cont2.on .mySwiper4 .swiper-paginationt span.swiper-pagination-bullet-active {
  width: 2rem;
}

.ny-news-content .ssy-sskaa .searchsa form {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.hy-cont1 .hy-lista1 {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-lista1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}
.hy-cont1 .hy-lista1 li a.imgt {
  display: block;
  padding: 1rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-lista1 li a.imgt {
    border-radius: 1rem;
    padding: 0.65rem;
  }
}
.hy-cont1 .hy-lista1 li a.imgt i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-lista1 li a.imgt i {
    border-radius: 1rem;
  }
}
.hy-cont1 .hy-lista1 li a.imgt i img {
  width: 100%;
}
.hy-cont1 .hy-lista1 li a.imgt .tit {
  color: #101010;
  font-weight: 600;
  line-height: 1.5em;
  font-size: 1.625rem;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .hy-cont1 .hy-lista1 li a.imgt .tit {
    font-size: 1rem;
  }
}

.pro-lista1 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .pro-lista1 {
    margin-top: 2rem;
  }
}
.pro-lista1 li {
  position: relative;
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .pro-lista1 li {
    margin-top: 1.5rem;
  }
}
.pro-lista1 li .asjh-as {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .pro-lista1 li .asjh-as {
    box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    border-radius: 1rem;
  }
}
.pro-lista1 li .asjh-as .cont-p {
  width: 49.2857142857%;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  padding: 2.5rem 4%;
}
.pro-lista1 li .asjh-as .cont-p .we-a {
  width: 100%;
}
@media (max-width: 768px) {
  .pro-lista1 li .asjh-as .cont-p {
    width: 100%;
    padding: 2rem 7%;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
  }
}
.pro-lista1 li .asjh-as .cont-p .tit {
  color: #101010;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro-lista1 li .asjh-as .cont-p .tit {
    font-size: 1.5rem;
  }
}
.pro-lista1 li .asjh-as .cont-p .p1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.pro-lista1 li .asjh-as .cont-p a.more-a {
  color: #B4B4B4;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 1.5rem;
  display: block;
}
.pro-lista1 li .asjh-as .cont-p a.more-a:hover {
  color: #0066CC;
}
.pro-lista1 li .asjh-as .cont-p a.more-a i {
  font-size: 0.875rem;
}
.pro-lista1 li .asjh-as .img {
  display: block;
  width: 49.2857142857%;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.pro-lista1 li .asjh-as .img .swiper-paginationt {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  text-align: center;
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
  padding: 1rem 1.5rem;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .pro-lista1 li .asjh-as .img .swiper-paginationt {
    padding: 0.75rem 1.25rem;
  }
}
.pro-lista1 li .asjh-as .img .swiper-paginationt span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
  margin: 0 0.2rem;
  opacity: 1;
}
.pro-lista1 li .asjh-as .img .swiper-paginationt span.swiper-pagination-bullet-active {
  width: 1rem;
}
@media (max-width: 768px) {
  .pro-lista1 li .asjh-as .img {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
  }
}
.pro-lista1 li .asjh-as .img .mySwiper5 a.bl {
  padding: 2rem 0;
}
.pro-lista1 li .asjh-as .img img {
  width: 100%;
}
.pro-lista1 li:nth-child(2n) .asjh-as .cont-p {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.cp-banner .img img {
  width: 100%;
}
.cp-banner .img img.b {
  display: none;
}
@media (max-width: 768px) {
  .cp-banner .img img.b {
    display: block;
  }
}
@media (max-width: 768px) {
  .cp-banner .img img.a {
    display: none;
  }
}
.cp-banner .nbanner-wen3 {
  width: 100%;
  color: #262626;
  z-index: 1;
}
@media (max-width: 768px) {
  .cp-banner .nbanner-wen3 {
    top: 30%;
    text-align: center;
  }
}
.cp-banner .nbanner-wen3 .tit1 {
  font-size: 3.125rem;
  line-height: 1.125em;
  font-weight: 600;
}
.cp-banner .nbanner-wen3 .tit1 span {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cp-banner .nbanner-wen3 .tit1 {
    font-size: 2rem;
  }
}
.cp-banner .nbanner-wen3 .tit2 {
  font-size: 3.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cp-banner .nbanner-wen3 .tit2 {
    font-size: 2rem;
  }
}
.cp-banner .nbanner-wen3 .tit3 {
  font-size: 2.8125rem;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .cp-banner .nbanner-wen3 .tit3 {
    font-size: 1.8rem;
  }
}
.cp-banner .nbanner-wen3 .tit4 {
  font-size: 2.25rem;
  color: #6F6F6F;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .cp-banner .nbanner-wen3 .tit4 {
    font-size: 1.5rem;
    text-wrap: balance;
  }
}
.cp-banner .nbanner-wen3 .tit5 {
  font-size: 2rem;
  color: #6F6F6F;
}
@media (max-width: 768px) {
  .cp-banner .nbanner-wen3 .tit5 {
    font-size: 1.35rem;
  }
}
.cp-banner .nbanner-wen3 .p1 {
  font-size: 1.5rem;
  line-height: 1.55em;
  color: #6F6F6F;
}
.cp-banner .nbanner-wen3 .p1 b {
  color: #262626;
}
.video-box{
    padding-top: 3rem;
    border-radius: 1.25rem;
    overflow: hidden;
    
}.video-box video{
     border-radius: 1.25rem;
    overflow: hidden;
}
.icon_vid {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.icon_vid .iconfont {
  font-size: 1.5rem;
  display: block;
  color: #06C ;
}
.icon_vid::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
  height: calc(100% + 0.875rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -1;
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon_vid::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}
@media (max-width: 768px) {
  .cp-banner .nbanner-wen3 .p1 {
    font-size: 1.25rem;
  }
}

.tanchau{
    position: fixed;
    top: 0;
    left: 0;

    z-index: 9999;
    right: 0;
    background: rgba(0,0,0,.7);
    bottom: 0;
     display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          transform: scaleY(0);
          transform-origin: top center;  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

.tanchau.active{
      transform: scaleY(1);  -webkit-transition: all .4s;
        opacity: 1;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
      
}
.tanchau .tan-con{
    width: 35%;
    background: #fff;
    padding: 3rem;
    position: relative;
    border-radius: 3rem;
    
    
}

.tanchau .tan-con .close_chat i {
  color: #A8A8A8;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  display: block;
  cursor: pointer;
}

.tanchau .tan-con .close_chat i:hover {
  color: #0066CC;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tanchau .tan-con .close_chat{
    position: absolute;
    right: 5%;
    top: 5%;
    
}
.tanchau .tan-con  .biti{
    font-size: 2rem;
    color: #000;
    text-align: center;
    font-weight: bold;
    
}.tanchau .tan-con .miao i{
       color: red;
    font-size: 1.125rem;
    font-weight: bold;
}
.tanchau .tan-con .miao {
    text-align: center;
    margin-top: 10px;
    font-size: 1rem;
    
}.tanchau .tan-con  .contact3 i{
    color: red;
    font-size: 1.125rem;
    font-weight: bold;
}.tanchau .tan-con  .left{
        font-size: 1.125rem;
        line-height: 3rem;
}.tanchau .tan-con  .right input{
    width: 100%;
    border: 1px solid  #C2C2C2;
    height: 3rem;; border-radius: 1rem;
    line-height: 3rem;
    padding-left: 1rem;
}
.tanchau .tan-con  button{
    border: none;
      background: #0066CC;width: 100%;
  color: #fff;
  font: 600 1rem/3rem "Noto Sans SC";
  display: block;
  position: relative;

  border-radius: 1rem;
  overflow: hidden;
}
#agreeCheckbox{
      width: 19px;
    height: 16px;
    position: relative;
    top: 0.1rem;
    

}


@media (max-width: 1200px) {
    .tanchau .tan-con {
    width: 43%;
    }
}

@media (max-width: 767px) {
    #agreeCheckbox {
    width: 17px;
    height: 13px;
    }
    .tanchau .tan-con .left{
        font-size: 1rem;
        line-height:1.5;
    }
    
    .tanchau .tan-con {
    width: 99%;
    padding: 1rem;border-radius: 1rem;
    }.tanchau .tan-con .right input{
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .tanchau .tan-con button{
        line-height: 2.5rem;
          height: 2.5rem;
    }
}
.foota1_v1 .aswelist li {
  position: relative;

  display:inline-block;
}
.foota1_v1 .aswelist li a.asta i {
  width: 2.3125rem;
  line-height: 2.3125rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.45rem;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;

}
.foota1_v1 .aswelist li a.asta p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  line-height: 2.3125rem;
  font-weight: 500;
}
.foota1_v1 .aswelist li a.asta:hover i {
  background: #000;
}
.foota1_v1 .aswelist li a.asta:hover p {
  color: #000;
}
.foota1_v1 .aswelist li .erma {
  display: none;
  position: absolute;
  right: 0;
  overflow: hidden;
 bottom: 100%;
  width: 150px;
  padding: 3%;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem 0.125rem rgba(0, 20, 60, 0.2);
  background: #fff;
  transform: translateX(-50%);
  left: 50%;
}
.foota1_v1 .aswelist li .erma img {
  width: 100%;
}
.foota1_v1 .aswelist li:hover .erma {
  display: block;
}


.video-vi{
    
    position: relative;
}.video-vi::after{
    content:'';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;

background: rgba(0,0,0,.5);    
}